Add integration test for multiple Authorization headers rejection#28058
Add integration test for multiple Authorization headers rejection#28058kavix wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughThis pull request adds an integration test method The test method:
The test depends on the WalkthroughA new TestNG integration test method, 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
Hi @pavinduLakshan, |



This PR adds an integration test case testUserInfoWithMultipleAuthorizationHeaders in OpenIdUserInfoTestCase to verify that requests containing more than one Authorization header are rejected with 400 Bad Request. This validates compliance with RFC 9110 §11.6.1. Related framework PR: wso2/carbon-identity-framework#8164. Fixes #28038.